vcProxyProperty
A property that acts as a proxy - an alias - to another property.
See in: Overview
Module: vcCore
Parent: vcProperty
Children -
Referenced by: -
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| TargetProperty | vcProperty | R | Gets the target property. |
| Type | vcPropertyType | R | Gets the type of this property. |
| Value | object | RW | Gets or sets the target property's value.See moreIf multiple proxy properties are chained, returns the value of final non-proxy property. If you encounter issues getting or setting non-typical value types with this, consider getting the actual vcProperty with TargetProperty. Exceptions: ValueError: When TargetProperty is None or read-only. TypeError: When type conversion is not supported. |